ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct3D11 Namespace / DeviceContext Class / UpdateSubresource Method / UpdateSubresource(Resource,Int32,Nullable<ResourceRegion>,IntPtr,Int32,Int32) Method

In This Topic
    UpdateSubresource(Resource,Int32,Nullable<ResourceRegion>,IntPtr,Int32,Int32) Method
    In This Topic
    void ID3D11DeviceContext::UpdateSubresource([In] ID3D11Resource* pDstResource,[In] unsigned int DstSubresource,[In, Optional] const D3D11_BOX* pDstBox,[In] const void* pSrcData,[In] unsigned int SrcRowPitch,[In] unsigned int SrcDepthPitch)
    Syntax
    'Declaration
     
    Public Overloads Sub UpdateSubresource( _
       ByVal dstResourceRef As Resource, _
       ByVal dstSubresource As Integer, _
       ByVal dstBoxRef As Nullable(Of ResourceRegion), _
       ByVal srcDataRef As IntPtr, _
       ByVal srcRowPitch As Integer, _
       ByVal srcDepthPitch As Integer _
    ) 
    public void UpdateSubresource( 
       Resource dstResourceRef,
       int dstSubresource,
       Nullable<ResourceRegion> dstBoxRef,
       IntPtr srcDataRef,
       int srcRowPitch,
       int srcDepthPitch
    )

    Parameters

    dstResourceRef
    dstSubresource
    dstBoxRef
    srcDataRef
    srcRowPitch
    srcDepthPitch
    See Also